projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d1dd3c
)
Initial revision
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 19 Mar 1993 07:20:22 +0000
(07:20 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 19 Mar 1993 07:20:22 +0000
(07:20 +0000)
etc/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/etc/Makefile
b/etc/Makefile
new file mode 100644
(file)
index 0000000..
73bed1e
--- /dev/null
+++ b/
etc/Makefile
@@ -0,0
+1,23
@@
+DESTDIR=
+LIBDIR=/usr/local/lib
+BINDIR=/usr/local/bin
+MANDIR=/usr/man/man1
+MANEXT=1
+
+all:
+
+distclean:
+ -rm -f *~ \#* DOC* core
+
+clean:
+ -rm -f core
+
+SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
+ news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
+ vcdiff vipcard.tex xmouse.doc
+
+unlock:
+ chmod u+w $(SOURCES)
+
+relock:
+ chmod u-w $(SOURCES)